<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px){
  .xswl{
  width:100%;
  }
  .xswl_left{
  width: 48%;
  float: left;
  }
  .xswl_right{
  width: 48%;
  float: right;
  }
  .xswl_left_sub1{
  width:100%;
  margin-bottom: 5%;
  height: 220px;
  }
  .xswl_left_sub1_img{
   width: 48%;
  float: left;
  }
  .xswl_left_sub1_word{
   width: 48%;
  float: right;
  }
}
.dl{
width:100%;
  display:flex;
  flex-wrap:wrap;
}
.dl_sub1{
 width:33.3333%;
  padding:5px;
}
.dl_sub2{
 width:33.3333%;
 padding:5px;
}
.dl_sub3{
 width:33.3333%;
 padding:5px;
}
@media screen and (max-width: 768px){
.dl_sub1{
width:100%;
 padding:5px;
}
.dl_sub2{
width:100%;
 padding:5px;
}
.dl_sub3{
width:100%;
 padding:5px;
}
  #w_common_text-1617781616317{
  margin-left:10px;
  marigin-right:10px;
  }
}</pre></body></html>